assertJobLogContains( msgId : timeLimit );
Checks whether the job log contains the specified message ID between NOW and timeLimit.
The value of timeLimit should be created with getFullTimeStamp().
void
Example:
testStartTime = getFullTimeStamp();
// run the test, that is expected to add MCH1211 to the job log
assertJobLogContains( 'MCH1211' : testStartTime );